Declare PHONY targets.
authortsteven4 <tsteven4@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 9 Feb 2013 22:48:55 +0000 (22:48 +0000)
committertsteven4 <tsteven4@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 9 Feb 2013 22:48:55 +0000 (22:48 +0000)
gpsbabel/Makefile.in

index 5c6751e7d5ef90a8bb32dbe2feaebf80dd0d6a31..6c139e4cfc559a1fc26035d7838b73a80b5f4b32 100644 (file)
@@ -127,6 +127,15 @@ DEPFILES = $(OBJS:.o=.d)
 # Directory of local web doc.  Traditionally a sibling to the GPSBabel tree.
 WEB=@DOCDIR@
 
+# Declaring a target PHONY whose names matches a subdirectory can be
+# particularly important, e.g. gui.
+.PHONY: all clean tag more-clean check torture
+       install install-debug leaktest
+       dep doc FORCE
+       release-sourcecheck release-tarball release-rpm
+       cross-configure
+       release-winbuild release-upload mac-upload release rpm mac-release
+       gui linux-gui mac-gui mac-gui-dmg msvc-build test-release
 
 all: gpsbabel$(EXEEXT)